home *** CD-ROM | disk | FTP | other *** search
- .KEY TOADDRESS/A
- .BRA {
- .KET }
- ; set the script bit (protect +s) and call this from V
- ; with {path}:mailsmtppost "%h"
- ; Generate To: and Subject: headers
- ;
- echo >T:V-Mailto.{$$} "To: {TOADDRESS}*NSubject: *N"
-
- ; Append signature (change $HOME/.signature to the path and filename
- ; where your signature resides).
-
- type >>T:V-Mailto.{$$} s:$user.signature
-
- startCED -s T:V-Mailto.{$$} ; CygnusED V3.5
-
-
- amitcp:bin/smtppost -f$user <T:V-Mailto.{$$}
-
- ; Clean up temporary files.
-
- delete >NIL: T:V-Mailto.{$$}
-